Line Class

Represents a line.

Definition

Namespace: Independentsoft.Office.Odf.Drawing
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class Line : Shape
Inheritance
Object    Shape    Line

Constructors

Line Initializes a new instance of the Line class.

Properties

AnchorPageNumber Specifies the physical page number of an anchor if the drawing object is bound to a page within a text document.
AnchorType Specifies how a frame is bound to a text document. The anchor position is the point at which a frame is bound to a text document.
Content Contains a collection of IDrawText objects.
EventListeners Contains an attachment of an event listener to a drawing shape.
GluePoints Contains the designated point in the area of a drawing object to which a connector shape can connect.
Height
(Inherited from Shape)
ID
(Inherited from Shape)
Layer
(Inherited from Shape)
Name
(Inherited from Shape)
Style
(Inherited from Shape)
TextStyle
(Inherited from Shape)
Transform
(Inherited from Shape)
Width
(Inherited from Shape)
X
(Inherited from Shape)
X1 Contains the start position then is the position of the glue point to which the connector is connected.
X2 Contains the end position then is the position of the glue point to which the connector is connected.
Y
(Inherited from Shape)
Y1 Contains the start position then is the position of the glue point to which the connector is connected.
Y2 Contains the end position then is the position of the glue point to which the connector is connected.
ZIndex
(Inherited from Shape)

Methods

Add(IDrawText) Adds a IDrawText object to the content.
Add(List) Adds a List object to the content.
Add(Paragraph) Adds a Paragraph object to the content.
Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetContentElements Returns all content elements.
(Overrides ShapeGetContentElements)
GetHashCode
(Inherited from Object)
GetParent Returns the parent element.
(Overrides ShapeGetParent)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current Line object to its equivalent string representation.
(Overrides ObjectToString)

See Also